home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / zapcode.zip / SR15.PMF < prev    next >
Text File  |  1993-01-01  |  10KB  |  331 lines

  1. ;---------------------------------------;
  2. ;  ZAPCODE Printer Make File (PMF)      ;
  3. ;  for the Star 10/15 printer.          ;
  4. ;                                       ;
  5. ;  (C) Copyright 1990 Robert L. Morton  ;
  6. ;  All Rights Reserved                  ;
  7. ;---------------------------------------;
  8.  
  9. PRINTER  =  "Star 10/15: Emulation Star"
  10. RESET    =  27,64
  11.  
  12. NAME     =  "Line Feed"
  13.   DESC   =  "Advance paper to the next line."
  14.   CODES  =  10
  15.  
  16. NAME     =  "Form Feed"
  17.   DESC   =  "Advance paper to the top of the"
  18.             "next page."
  19.   CODES  =  12
  20.  
  21. NAME     =  "Reverse Line Feed"
  22.   DESC   =  "Advance paper in the reverse"
  23.             "direction to the preceding line."
  24.   CODES  =  27,10
  25.  
  26. NAME     =  "Reverse Form Feed"
  27.   DESC   =  "Advance paper in the reverse"
  28.             "direction to the top of the"
  29.             "previous page."
  30.   CODES  =  27,12
  31.  
  32. NAME     =  "Italics ON"
  33.   DESC   =  "Activate italics print. Characters"
  34.             "are slanted to the right."
  35.   CODES  =  27,52
  36.  
  37. NAME     =  "Italics OFF"
  38.   DESC   =  "Deactivate italics print."
  39.   CODES  =  27,53
  40.  
  41. NAME     =  "Near Letter Quality ON"
  42.   DESC   =  "Activate Near Letter Quality (NLQ)"
  43.             "printing. Characters printed in NLQ"
  44.             "are crisper and more like the"
  45.             "characters produced by a type-"
  46.             "writer."
  47.   CODES  =  27,66,4
  48.  
  49. NAME     =  "Near Letter Quality OFF"
  50.   DESC   =  "Deactivate Near Letter Quality"
  51.             "(NLQ) printing. Characters are"
  52.             "printed in draft mode."
  53.   CODES  =  27,66,5
  54.  
  55. NAME     =  "Select 10 CPI (Pica)"
  56.   DESC   =  "Activate 10 characters per inch"
  57.             "(cpi) printing."
  58.   CODES  =  27,66,1
  59.  
  60. NAME     =  "Select 12 CPI (Elite)"
  61.   DESC   =  "Activate 12 characters per inch"
  62.             "(cpi) printing."
  63.   CODES  =  27,66,2
  64.  
  65. NAME     =  "Select 17 CPI (Condensed)"
  66.   DESC   =  "Activate 17 characters per inch"
  67.             "(cpi) printing."
  68.   CODES  =  27,66,3
  69.  
  70. NAME     =  "Proportional Spacing ON"
  71.   DESC   =  "Activate proportional spacing."
  72.             "Spacing between letters is adjusted"
  73.             "to compensate for the varying"
  74.             "widths of individual characters."
  75.   CODES  =  27,112,1
  76.  
  77. NAME     =  "Proportional Spacing OFF"
  78.   DESC   =  "Deactivate proportional spacing."
  79.   CODES  =  27,112,0,0
  80.  
  81. NAME     =  "Expanded ON"
  82.   DESC   =  "Activate expanded print."
  83.             "Characters are printed twice their"
  84.             "normal width."
  85.   CODES  =  27,87,1
  86.  
  87. NAME     =  "Expanded OFF"
  88.   DESC   =  "Deactivate expanded print."
  89.             "Characters are printed their normal"
  90.             "width."
  91.   CODES  =  27,87,0,0
  92.  
  93. NAME     =  "Double-Strike ON"
  94.   DESC   =  "Activate double-strike print."
  95.             "Characters are printed twice. The"
  96.             "second time, character is offset"
  97.             "vertically."
  98.   CODES  =  27,71
  99.  
  100. NAME     =  "Double-Strike OFF"
  101.   DESC   =  "Deactivate double-strike print."
  102.   CODES  =  27,72
  103.  
  104. NAME     =  "Emphasized ON"
  105.   DESC   =  "Activate emphasized print."
  106.             "Characters are printed twice. The"
  107.             "second time, character is offset"
  108.             "horizontally."
  109.   CODES  =  27,69
  110.  
  111. NAME     =  "Emphasized OFF"
  112.   DESC   =  "Deactivate emphasized print."
  113.   CODES  =  27,70
  114.  
  115. NAME     =  "Underline ON"
  116.   DESC   =  "Activate underline print."
  117.             "Characters, including the space,"
  118.             "are underscored."
  119.   CODES  =  27,45,1
  120.  
  121. NAME     =  "Underline OFF"
  122.   DESC   =  "Deactivate underline print."
  123.   CODES  =  27,45,0,0
  124.  
  125. NAME     =  "Superscript ON"
  126.   DESC   =  "Activate superscript print."
  127.             "Characters are printed at an offset"
  128.             "above the normal print line."
  129.   CODES  =  27,83,0,0
  130.  
  131. NAME     =  "Superscript OFF"
  132.   DESC   =  "Deactivate superscript print."
  133.   CODES  =  27,84
  134.  
  135. NAME     =  "Subscript ON"
  136.   DESC   =  "Activate subscript print."
  137.             "Characters are printed at an offset"
  138.             "below the normal print line."
  139.   CODES  =  27,83,1
  140.  
  141. NAME     =  "Subscript OFF"
  142.   DESC   =  "Deactivate subscript print."
  143.   CODES  =  27,84
  144.  
  145. NAME     =  "Slashed Zero ON"
  146.   DESC   =  "Activate slashed zero printing."
  147.             "The zero character is printed with"
  148.             "a slash through it."
  149.   CODES  =  27,92,1
  150.  
  151. NAME     =  "Slashed Zero OFF"
  152.   DESC   =  "Deactivate slashed zero printing."
  153.   CODES  =  27,92,0,0
  154.  
  155. NAME     =  "Paper-Out Detector ON"
  156.   DESC   =  "Activate the paper-out detector."
  157.             "The printer stops printing until"
  158.             "paper is inserted and the printer"
  159.             "is reset."
  160.   CODES  =  27,57
  161.  
  162. NAME     =  "Paper-Out Detector OFF"
  163.   DESC   =  "Deactivate the paper-out detector."
  164.             "The printer ignores an out-of-paper"
  165.             "condition and continues printing."
  166.   CODES  =  27,56
  167.  
  168. NAME     =  "Printer Bell ON"
  169.   DESC   =  "Activate printer bell. Printer"
  170.             "recognizes and sounds the bell when"
  171.             "the corresponding character is"
  172.             "sent."
  173.   CODES  =  27,89,1
  174.  
  175. NAME     =  "Printer Bell OFF"
  176.   DESC   =  "Deactivate printer bell. Printer"
  177.             "ignores the command to sound the"
  178.             "bell."
  179.   CODES  =  27,89,0,0
  180.  
  181. NAME     =  "Sound Printer Bell"
  182.   DESC   =  "Sounds the printer bell."
  183.   CODES  =  7
  184.  
  185. NAME     =  "Set Line Spacing 1/8"""
  186.   DESC   =  "Set line spacing to 1/8 of an inch."
  187.   CODES  =  27,48
  188.  
  189. NAME     =  "Set Line Spacing 7/72"""
  190.   DESC   =  "Set line spacing to 7/72 of an"
  191.             "inch."
  192.   CODES  =  27,49
  193.  
  194. NAME     =  "Set Line Spacing 1/6"""
  195.   DESC   =  "Set line spacing to 1/6 of an inch."
  196.   CODES  =  27,50
  197.  
  198. NAME     =  "Set Line Spacing n/216"""
  199.   DESC   =  "Set line spacing in any increment"
  200.             "of 216ths of an inch."
  201.   CODES  =  27,51,0
  202.             "Enter new line spacing in"
  203.             "increments of 216ths of an inch."
  204.             " "
  205.             "Range: 0 to 255 decimal."
  206.             " "
  207.             "Example: Entering 108 (decimal)"
  208.             "would set line spacing at 108/216""."
  209.             0
  210.  
  211. NAME     =  "Set Form Length In Inches"
  212.   DESC   =  "Set the current form length in"
  213.             "inches."
  214.   CODES  =  27,67,0,0,0
  215.             "Enter number of inches to set the"
  216.             "current form length."
  217.             " "
  218.             "Range: 1 to 32 decimal."
  219.             " "
  220.             "Example: Entering 11 (decimal)"
  221.             "would set the current form length"
  222.             "to 11 inches."
  223.             0
  224.  
  225. NAME     =  "Set Form Length In Lines"
  226.   DESC   =  "Set the current form length in"
  227.             "lines."
  228.   CODES  =  27,67,0
  229.             "Enter number of lines to set the"
  230.             "current form length."
  231.             " "
  232.             "Range: 1 to 127 decimal."
  233.             " "
  234.             "Example: Entering 68 (decimal)"
  235.             "would set the current form length"
  236.             "to 68 lines."
  237.             0
  238.  
  239. NAME     =  "Set Left Margin"
  240.   DESC   =  "Set the left margin."
  241.   CODES  =  27,77,0
  242.             "Enter character column position in"
  243.             "which to set the left margin."
  244.             " "
  245.             "Range: 0 to 255 decimal."
  246.             " "
  247.             "Example: Entering 15 (decimal)"
  248.             "while printer is in 10 cpi, would"
  249.             "set the left margin at 1 1/2""."
  250.             0
  251.  
  252. NAME     =  "Set Right Margin"
  253.   DESC   =  "Set the right margin."
  254.   CODES  =  27,81,0
  255.             "Enter character column position in"
  256.             "which to set the right margin."
  257.             " "
  258.             "Range: 1 to 255 decimal."
  259.             " "
  260.             "Example: Entering 80 (decimal)"
  261.             "while printer is in 10 cpi, would"
  262.             "set right margin at 8""."
  263.             0
  264.  
  265. NAME     =  "Set Top Margin"
  266.   DESC   =  "Set the number of lines to skip at"
  267.             "the top of the page."
  268.   CODES  =  27,82,0
  269.             "Please enter number of lines +1 to"
  270.             "skip at the top of the page in"
  271.             "decimal:"
  272.             " "
  273.             "Range: 1 to 16 decimal."
  274.             " "
  275.             "Example: Entering 4 sets printer to"
  276.             "skip 3 lines at the top. See your"
  277.             "manual for explanation of why you"
  278.             "must add 1."
  279.             0
  280.  
  281. NAME     =  "Set Bottom Margin"
  282.   DESC   =  "Set the number of lines to skip at"
  283.             "the bottom of the page."
  284.   CODES  =  27,78,0
  285.             "Please enter number of lines to"
  286.             "skip at the bottom of the page in"
  287.             "decimal:"
  288.             " "
  289.             "Range: 1 to 127 decimal."
  290.             " "
  291.             "Example: Entering 6 sets 6 lines to"
  292.             "skip at the bottom of the page."
  293.             0
  294.  
  295. NAME     =  "Cancel Top/Bottom Margin"
  296.   DESC   =  "Cancels the top and bottom margins."
  297.   CODES  =  27,79
  298.  
  299. NAME     =  "Unidirectional ON"
  300.   DESC   =  "Print from left to right only."
  301.   CODES  =  27,85,1
  302.  
  303. NAME     =  "Unidirectional OFF"
  304.   DESC   =  "Print from both left to right and"
  305.             "right to left."
  306.   CODES  =  27,85,0,0
  307.  
  308. NAME     =  "Select International Character Set"
  309.   DESC   =  "Select the character set (language)"
  310.             "to be used."
  311.   CODES  =  27,55,0
  312.             "Please select character set to be"
  313.             "used by entering one of the"
  314.             "following decimal values:"
  315.             " "
  316.             "Value   Character Set"
  317.             "-----   -------------"
  318.             "  0     U.S.A."
  319.             "  1     France"
  320.             "  2     Germany"
  321.             "  3     England"
  322.             "  4     Denmark"
  323.             "  5     Sweden"
  324.             "  6     Italy"
  325.             "  7     Spain"
  326.             " "
  327.             "Example: Entering 2 selects the"
  328.             "German character set."
  329.             0
  330.  
  331.